From: Thien-Thi Nguyen Date: Fri, 14 Nov 2003 16:22:36 +0000 (+0000) Subject: (diff-hunk-prev, diff-hunk-next): Support X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24996 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=be4824fafb4d150ed45f8c9fd2c77f00ce836bed;p=emacs.git (diff-hunk-prev, diff-hunk-next): Support operation while narrowed, with `diff-restrict-view'. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 54a582256ba..cad1f2c9c61 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -327,7 +327,7 @@ when editing big diffs)." ;; Define diff-{hunk,file}-{prev,next} (easy-mmode-define-navigation - diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk) + diff-hunk diff-hunk-header-re "hunk" diff-end-of-hunk diff-restrict-view) (easy-mmode-define-navigation diff-file diff-file-header-re "file" diff-end-of-hunk)